Skip to main content

DescribeScheduledTasks

Description

query the information of the scheduled task. When querying, you can specify a timed triggered action (ScheduledAction) to query the associated timed task.

Request Method

POST

Request Path

/apsara/route/Ess/DescribeScheduledTasks

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ScheduledAction.NBODYstringNoNo sample value for this parameter.You can enter up to 20 operations to be performed when a scheduled task is triggered. The query results ignore the invalid operation and do not report an error.
ScheduledTaskName.NBODYstringNoNo sample value for this parameter.the display name of the scheduled task, you can enter up to 20. The query results ignore the invalid scheduled task name and do not report an error.
PageSizeBODYintegerNoNo sample value for this parameter.the number of rows per page set during paging query, the maximum value is 50 rows, and the default value is 10.
PageNumberBODYintegerNoNo sample value for this parameter.the page number of the scheduled task list, with a starting value of 1 and a default value of 1.
regionIdBODYstringYesNo sample value for this parameter.region id
RegionIdBODYstringYesNo sample value for this parameter.the region to which the scheduled task belongs.
ScheduledTaskId.NBODYstringNoNo sample value for this parameter.the ID of the scheduled task, up to 20 can be entered. The query results ignore the invalid scheduled task ID and do not report an error.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}